home *** CD-ROM | disk | FTP | other *** search
/ Shareware Super Platinum 8 / Shareware Super Platinum 8.iso / mac / DATABASE / DBOSS112.ZIP;1 / DBF-BOSS.EXE / LTBLDHLP.TXT < prev    next >
Encoding:
Text File  |  1993-05-16  |  1.1 KB  |  32 lines

  1.                     REPORT GENERATOR LISTING AND BUILDING:
  2.  
  3.                                    LISTING
  4. HOW TO USE FIELD LIST:
  5.  
  6.     Field list is a function used to automatically load database fields into
  7.     the listing option on the generator.  The maximum number of fields that
  8.     may be assigned to print is seven; however, the fields that are chosen
  9.     do not have to be synchronous.
  10.  
  11.     FIRST_NAME,LAST_NAME,MIDDLE_INI,START_DATE
  12.  
  13.                            < End of LISTING HELP >
  14.     _____________________________________________________________________
  15.  
  16.  
  17.  
  18.                                 BUILD CRITERIA:
  19.  
  20. HOW TO USE BUILD CRITERIA:
  21.  
  22.     This option is used to setup the inference parameters used by the program
  23.     to decide which records will print the listing fields.
  24.  
  25.     The function will continue to print records while the for condition is 
  26.     true.
  27.  
  28.     FOR START_DATE>CTOD('01/01/85') .and. END_DATE<CTOD('12/31/85')
  29.                            
  30.                         < End of BUILD CRITERIA HELP >
  31.     _____________________________________________________________________
  32.